home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [60].lua < prev    next >
Encoding:
Text File  |  2011-11-07  |  567 b   |  14 lines

  1. -- Script [60]
  2. Starting = 0;
  3. SeaEvent = 1;
  4.  
  5. CrewID = GetIntFlag(5);
  6.  
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. ShowStoryText("When you point out that some of the remarks that Mr. Crackers made about " .. CrewName .. "'s mother were actually quite spot-on, he immediately submits his resignation in an angry huff. You allow him to use one of the small rowboats you keep aboard, supposing that he won't make it very far alone on the harsh seas, anyway.");
  10.  
  11. RemoveCrew(CrewID);
  12.  
  13. AddCaptainsLog(CrewName .. " left the ship in a huff over remarks made by a parrot.");
  14.